Overload | Description |
---|---|
LayoutManager(LayoutManagerModel) | Renders the specified Layout Manager Model. |
LayoutManager(LayoutManagerModel,IDictionary<String,Object>) | Renders the LayoutManager with the specified LayoutManager model and html attributes. |
LayoutManager(LayoutManagerModel,Object) | Renders the LayoutManager with the specified LayoutManager model and html attributes. |
LayoutManager(String,LayoutManagerModel) | Renders the LayoutManager with the specified id and model. |
LayoutManager(String,LayoutManagerModel,IDictionary<String,Object>) | Renders the LayoutManager with the specified id, model and html attributes. |
LayoutManager(String,LayoutManagerModel,Object) | Renders the LayoutManager with the specified id, model and html attributes. |
LayoutManager() | Creates a wrapper to chain initialization properties on for the igLayoutManager control. |
LayoutManager(IDictionary<String,Object>) | Creates a wrapper to chain initialization properties on for the igLayoutManager control and sets its html attributes. |
LayoutManager(Object) | Creates a wrapper to chain initialization properties on for the igLayoutManager control and sets its html attributes. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub